crypto/tls.clientHandshakeStateTLS13.session (field)
13 uses
crypto/tls (current package)
handshake_client.go#L334: session: session,
handshake_client_tls13.go#L29: session *SessionState
handshake_client_tls13.go#L337: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L343: ticketAge := c.config.time().Sub(time.Unix(int64(hs.session.createdAt), 0))
handshake_client_tls13.go#L344: hello.pskIdentities[0].obfuscatedTicketAge = uint32(ticketAge/time.Millisecond) + hs.session.ageAdd
handshake_client_tls13.go#L449: if len(hs.hello.pskIdentities) != 1 || hs.session == nil {
handshake_client_tls13.go#L452: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L463: c.peerCertificates = hs.session.peerCertificates
handshake_client_tls13.go#L464: c.verifiedChains = hs.session.verifiedChains
handshake_client_tls13.go#L465: c.ocspResponse = hs.session.ocspResponse
handshake_client_tls13.go#L466: c.scts = hs.session.scts
handshake_client_tls13.go#L568: if hs.session.cipherSuite != c.cipherSuite {
handshake_client_tls13.go#L572: if hs.session.alpnProtocol != c.clientProtocol {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |